runtime.schedt.maxmcount (field)
7 uses
runtime (current package)
proc.go#L862: sched.maxmcount = 10000
proc.go#L974: if count > sched.maxmcount {
proc.go#L975: print("runtime: program exceeds ", sched.maxmcount, "-thread limit\n")
proc.go#L7429: out = int(sched.maxmcount)
proc.go#L7431: sched.maxmcount = 0x7fffffff
proc.go#L7433: sched.maxmcount = int32(in)
runtime2.go#L784: maxmcount int32 // maximum number of m's allowed (or die)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)